@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
  height: 800px;
  overflow: hidden;
}
.banner .slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider .bd {
  height: 800px;
  overflow: hidden;
}
.banner .slider .slider-main {
  width: 1920px;
  height: 800px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .slider .slider-btn .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .slider .slider-btn .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .slider:hover .slider-btn-prev {
  left: 3%;
}
.banner .slider:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .slider .slider-nav {
  position: absolute;
  z-index: 23;
  width: 100%;
  left: 0;
  bottom: 50px;
  text-align: center;
  font-size: 0;
}
.banner .slider .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: relative;
}
.banner .slider .slider-nav li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fde344;
  left: 3px;
  top: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .slider .slider-nav li.active:before {
  opacity: 1;
  background-color: #fff;
}
.banner .mouse {
  width: 18px;
  height: 28px;
  position: absolute;
  z-index: 3;
  bottom: 14px;
  left: 50%;
  margin-left: -9px;
  background: url(../images/mouse.png) center center no-repeat;
  animation: arrow 2.4s linear infinite;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.title {
  line-height: 1;
  position: relative;
  font-size: 30px;
  text-align: center;
}
.title i {
  font-family: Arial;
  text-transform: uppercase;
  color: #8b8b8b;
}
.business {
  padding: 78px 0;
  background-color: #f0f0f0;
}
.business .ywBox {
  margin-top: 70px;
}
.business .ywBox ul li {
  float: left;
  width: 25%;
  height: 330px;
  background-color: #ffffff;
  margin-right: 1px;
  text-align: center;
  padding: 46px 48px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywBox ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywBox ul li .ico {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.business .ywBox ul li .ico i {
  display: block;
  width: 70px;
  height: 60px;
  margin: auto;
  position: relative;
}
.business .ywBox ul li .ico i img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.business .ywBox ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 28px;
  height: 38px;
  line-height: 38px;
}
.business .ywBox ul li .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  color: #bdbdbd;
  line-height: 20px;
  margin-top: 1px;
}
.business .ywBox ul li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #7d7d7d;
  margin-top: 28px;
}
.business .ywBox ul li:hover {
  z-index: 2;
  background-color: #fde344;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.business .ywBox ul li:hover .ico {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.business .ywBox ul li:hover .ico i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.business .ywBox ul li:hover .bt {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #000;
}
.business .ywBox ul li:hover .en {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #888;
}
.business .ywBox ul li:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  color: #555;
}
.business .list {
  margin-top: 40px;
}
.business .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.business .list ul li {
  float: left;
  width: 434px;
  height: 456px;
  border: solid 1px #f6f6f6;
  margin-left: -1px;
  margin-top: -1px;
  padding: 15px 15px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .pic {
  display: block;
  width: 100%;
  height: 280px;
  border: solid 1px #f2f2f2;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .cont {
  height: 158px;
  position: relative;
  padding-top: 26px;
}
.business .list ul li .cont .num {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: Arial;
  font-size: 20px;
  line-height: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .cont .line {
  position: absolute;
  left: 50%;
  top: 26px;
  margin-left: -20px;
  width: 40px;
  height: 3px;
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fde344, #fde344);
  background-image: linear-gradient(to right, #fde344, #fde344);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .cont .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 100%;
  width: 180px;
  height: 1px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .cont .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 100%;
  width: 0;
  height: 1px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .cont .bt {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.business .list ul li .cont .bt:before {
  content: "pruduct";
  display: block;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  width: 100%;
  line-height: 30px;
  font-family: "Arial Black";
  font-size: 40px;
  left: 0;
  top: 0;
  color: #333333;
  opacity: 0.04;
}
.business .list ul li .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
}
.business .list ul li .cont .dot {
  position: absolute;
  width: 6px;
  height: 20px;
  left: 50%;
  margin-left: -3px;
  top: 115px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .list ul li .cont .dot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background-color: #626262;
  border-radius: 100%;
  animation: dot1 2s linear infinite;
}
.business .list ul li .cont .dot:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #dddddd;
  border-radius: 100%;
  animation: dot2 2s linear infinite;
}
@keyframes dot1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dot2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.business .list ul li:nth-child(3n-1) .cont .num {
  top: 125px;
  right: 50%;
  width: 60px;
  text-align: center;
  margin-right: -30px;
}
.business .list ul li:nth-child(3n-1) .cont .line {
  top: 78px;
}
.business .list ul li:nth-child(3n-1) .cont .line:after {
  width: 180px;
}
.business .list ul li:nth-child(3n-1) .cont .bt {
  top: 26px;
}
.business .list ul li:nth-child(3n-1) .cont .dot {
  top: 95px;
}
.business .list ul li:nth-child(3n) .cont .num {
  left: 0;
}
.business .list ul li:nth-child(3n) .cont .line:before {
  width: 0;
}
.business .list ul li:nth-child(3n) .cont .line:after {
  width: 180px;
}
.business .list ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.business .list ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.business .list ul li:hover .cont .bt {
  color: #fde344;
}
.business .list ul li:hover .cont .line {
  background-size: 100% 100%;
}
.youshi {
  background-color: #f0f0f0;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysBox {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  margin-top: 70px;
}
.youshi .ysBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysBox ul li {
  float: left;
  width: 25%;
  padding-top: 70px;
  text-align: center;
  color: #ffffff;
  position: relative;
  height: 902px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox ul li > * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox ul li .num {
  font-family: Arial;
  font-size: 60px;
  height: 62px;
  line-height: 62px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysBox ul li .line {
  width: 1px;
  height: 124px;
  background-color: #222222;
  margin: 38px auto 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysBox ul li > i {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  position: relative;
}
.youshi .ysBox ul li > i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysBox ul li > i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysBox ul li > i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysBox ul li > i.ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysBox ul li h4 {
  font-size: 30px;
  line-height: 1;
  margin-top: 32px;
}
.youshi .ysBox ul li h5 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  margin-top: 14px;
}
.youshi .ysBox ul li .text {
  font-size: 18px;
  line-height: 36px;
  margin-top: 28px;
}
.youshi .ysBox ul li .lxMore {
  position: absolute;
  left: 50%;
  bottom: 105px;
  margin-left: -81px;
  width: 162px;
  height: 43px;
  line-height: 43px;
  background-color: #222222;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.youshi .ysBox ul li .lxMore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #222222;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.youshi .ysBox ul li .lxMore:hover {
  background: none;
  color: #222;
}
.youshi .ysBox ul li .lxMore:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .ysBox ul li:hover,
.youshi .ysBox ul li.on {
  background-color: #fde344;
  box-shadow: 10px 17px 50px 0px rgba(3, 0, 0, 0.75);
}
.youshi .ysBox ul li:hover .num,
.youshi .ysBox ul li.on .num {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #222;
}
.youshi .ysBox ul li:hover .line,
.youshi .ysBox ul li.on .line {
  opacity: 0.2;
  filter: alpha(opacity=20);
  height: 150px;
}
.youshi .ysBox ul li:hover > i,
.youshi .ysBox ul li.on > i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(0);
  -moz-transform: scale(0) rotate(0);
  -o-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
}
.youshi .ysBox ul li:hover h4,
.youshi .ysBox ul li.on h4 {
  margin-top: -20px;
  color: #222;
}
.youshi .ysBox ul li:hover h5,
.youshi .ysBox ul li.on h5 {
  color: #504c4c;
}
.youshi .ysBox ul li:hover .text,
.youshi .ysBox ul li.on .text {
  margin-top: 95px;
  color: #222;
}
@media screen and (max-width: 1500px) {
  .youshi .ysBox ul li {
    height: 762px;
  }
  .youshi .ysBox ul li .text {
    font-size: 16px;
  }
  .youshi .ysBox ul li .lxMore {
    bottom: 80px;
  }
}
.case {
  padding: 104px 0 95px;
  background-color: #f0f0f0;
}
.case .caseBox {
  margin-top: 64px;
  border: solid 1px #dadada;
  border-bottom: none;
}
.case .bd {
  position: relative;
  overflow: hidden;
  height: 358px;
  z-index: 2;
}
.case .bd ul {
  margin-right: -2px;
}
.case .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .bd ul li {
  height: 358px;
  width: 325px;
  float: left;
  position: relative;
}
.case .bd ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 300px;
  background-color: #dadada;
}
.case .bd ul li .box {
  height: 302px;
  position: relative;
  padding: 54px 35px 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .box .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .box .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .bd ul li .box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #9b9b9b;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .box .num {
  font-family: "Arial";
  font-weight: bold;
  font-size: 100px;
  color: #222222;
  opacity: 0.1;
  line-height: 75px;
  right: 10px;
  top: 250px;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li:hover .box {
  height: 358px;
  background-color: #fde344;
}
.case .bd ul li:hover .box p {
  color: #444242;
}
.case .bd ul li:hover .box .num {
  opacity: 0.2;
  right: 40px;
}
.message {
  background: url(../images/lybg.jpg) center 0 no-repeat;
  height: 462px;
  padding: 122px 60px 0;
  margin-top: -58px;
}
.message .tit {
  line-height: 1;
  margin-left: -10px;
}
.message .tit .t1 {
  color: #f0f0f2;
  font-size: 27px;
}
.message .tit .t2 {
  font-family: Arial;
  font-size: 12px;
  color: #c0c0c0;
  margin-top: 22px;
  margin-left: 5px;
}
.message .formbox {
  padding-top: 8px;
}
.message .formbox input {
  display: block;
  float: left;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 60px;
  width: 353px;
  height: 60px;
  border: none;
  padding: 0 75px 0 25px;
  background-color: rgba(13, 13, 13, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username {
  background: url(../images/inpxm.png) right center no-repeat;
  background-color: rgba(13, 13, 13, 0.2);
  margin-right: 60px;
}
.message .formbox input.usertel {
  background: url(../images/inpdh.png) right center no-repeat;
  background-color: rgba(13, 13, 13, 0.2);
  margin-right: 60px;
}
.message .formbox input.xqcontent {
  background: url(../images/inpnr.png) right center no-repeat;
  background-color: rgba(13, 13, 13, 0.2);
}
.message .formbox input.codeText {
  background: url(../images/inpyzm.png) right center no-repeat;
  background-color: rgba(13, 13, 13, 0.2);
}
.message .formbox input::-webkit-input-placeholder {
  color: #a2a2a2;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input::-moz-placeholder {
  color: #a2a2a2;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input:-ms-input-placeholder {
  color: #a2a2a2;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input:focus,
.message .formbox input:active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox input:focus::-moz-placeholder,
.message .formbox input:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox input:focus:-ms-input-placeholder,
.message .formbox input:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  position: relative;
  display: block;
  float: left;
}
.message .formbox .code .imgCode {
  position: absolute;
  width: 90px;
  height: 60px;
  right: 60px;
  bottom: 0;
  border: none;
  display: block;
  z-index: 2;
}
.message .formbox .submitform {
  float: left;
  display: block;
  margin-top: 40px;
  margin-left: 60px;
  line-height: 60px;
  width: 353px;
  height: 60px;
  border: none;
  background-color: #fde344;
  font-size: 17px;
  text-align: center;
  color: #222222;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.message .formbox .submitform:hover {
  background: #fff;
}
.message .formbox .tel {
  float: right;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 60px;
  width: 353px;
  height: 60px;
  border: none;
  padding: 0 75px 0 25px;
  background-color: rgba(13, 13, 13, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: #a2a2a2;
  position: relative;
}
.message .formbox .tel i {
  color: #fff;
  font-family: Arial;
  font-size: 24px;
}
.message .formbox .tel:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #fde344;
}
.message .formbox .tel:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/lytel.png) center center no-repeat;
}
.about {
  background-color: #fafafa;
  padding: 100px 0;
}
.about .aboutBox {
  height: 645px;
}
.about .aboutPic {
  float: right;
  position: relative;
  width: 448px;
  height: 645px;
}
.about .aboutPic h3 {
  line-height: 1;
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 36px;
  left: 122px;
  top: 108px;
  letter-spacing: 7px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.about .aboutPic h3 i {
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.about .aboutPic .pic {
  overflow: hidden;
  position: relative;
  width: 758px;
  height: 645px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 758px;
  height: 645px;
  background-color: #222222;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 758px;
  height: 645px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutText {
  float: left;
  width: 852px;
}
.about .aboutText ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText ul li {
  float: left;
  text-align: center;
  padding: 42px 52px 0;
  width: 386px;
  height: 302px;
  background-color: #eeeeee;
  margin-bottom: 41px;
  margin-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText ul li i {
  display: block;
  margin: auto;
  width: 52px;
  height: 52px;
  text-align: center;
}
.about .aboutText ul li i.ico1 {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutText ul li i.ico2 {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutText ul li i.ico3 {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aboutText ul li i.ico4 {
  background: url(../images/aboutico4.png) center center no-repeat;
}
.about .aboutText ul li .cn {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-top: 35px;
}
.about .aboutText ul li .en {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
  color: #aeaeae;
  text-transform: uppercase;
}
.about .aboutText ul li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 14px;
}
.about .aboutText ul li:hover {
  background: #fde344;
  box-shadow: 0 10px 15px -5px rgba(253, 227, 68, 0.5);
}
.about .aboutText ul li:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutText ul li:hover .en {
  color: #444;
}
.about .aboutText ul li:hover .text {
  color: #444;
}
.about .mban {
  padding: 70px 0 80px;
}
.about .mban .text {
  float: left;
  width: 675px;
}
.about .mban .text h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.about .mban .text h4 i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
}
.about .mban .text h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 2px;
  background-color: #4f77fa;
  top: 50%;
  margin-top: -1px;
  left: -137px;
}
.about .mban .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 20px;
}
.about .mban .moreLink {
  margin-left: 330px;
  float: left;
}
.news {
  padding: 80px 0;
  position: relative;
}
.news:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 670px;
  background-color: #f0f0f0;
}
.news .newsBox {
  margin-top: 50px;
  height: 900px;
}
.news .list1 ul {
  margin-right: -50px;
}
.news .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 ul li {
  float: right;
  width: 400px;
  height: 602px;
  background-color: #ffffff;
  margin-right: 50px;
  padding: 20px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.news .list1 ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .list1 ul li .cont {
  height: 292px;
  padding-top: 32px;
}
.news .list1 ul li .cont .bt {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 31px;
  height: 93px;
  color: #ababab;
  margin-top: 26px;
}
.news .list1 ul li .cont .date {
  line-height: 1;
  margin-top: 32px;
  font-family: Arial;
  font-size: 14px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .list1 ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news .list1 ul li:hover .cont .bt {
  color: #000;
}
.news .list2 ul {
  margin-right: -50px;
}
.news .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  margin-top: 50px;
  margin-right: 50px;
  width: 400px;
  height: 99px;
  border: solid 1px #ffffff;
  float: left;
  padding: 18px 30px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
  color: #7b7b7b;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .date {
  color: #b2b2b2;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin-top: 8px;
}
.news .list2 ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news .list2 ul li:hover .bt {
  color: #333;
}
.links {
  padding-top: 52px;
  padding-bottom: 15px;
}
.links .tit {
  width: 100px;
  height: 30px;
  background: url(../images/linkstit.png) 0 2px no-repeat;
  padding-left: 19px;
  font-size: 14px;
  padding-top: 2px;
  line-height: 1;
  float: left;
}
.links .list {
  float: right;
  width: 1190px;
  overflow: hidden;
  font-size: 0;
  line-height: 30px;
  position: relative;
  margin-right: -35px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 35px;
  font-size: 14px;
  color: #888;
}
.links .list a:hover {
  color: #333;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
